Sorts the elements in the collection.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public void Sort()
Visual Basic
Public Sub Sort

Remarks

This method assumes the elements support the IComparable interface.

See Also